home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / hard / drivr / FormAldiHyd.readme < prev    next >
Text File  |  2001-01-02  |  8KB  |  171 lines

  1. Short:    V1.3, Tablet driver for Aldi/Tevion/Aiptek/... boards
  2. Author:   hodges@in.tum.de (Chris Hodges)
  3. Uploader: hodges@in.tum.de (Chris Hodges)
  4. Version:  V1.3 (31-Dec-00)
  5. Type:     hard/drivr
  6. Requires: OS3.x, a graphic tablet
  7.  
  8. FormAldiHyd V1.3
  9. ~~~~~~~~~~~~~~~~
  10. FormAldiHyd is a driver intended for the Aldi/Medion/Tevion MD 9310 graphic
  11. tablet.  I bought one this summer, but have been too lazy to write a driver
  12. until now. German speaking  people  are  proposed  to  spell  the  name  as
  13. "From-Aldi-Hütt'" ;)
  14.  
  15. This program has been out some time now and has proven  to  be  stable.
  16.  
  17. It works with:
  18. - AipTek HyperPen 6000 (maybe other boards aswell, still unconfirmed).
  19. - Aldi MD 9310 and LT 9310.
  20. - Sumagraphics compatible boards (unconfirmed).
  21.  
  22. It currently does NOT work connected to a MultiFace serial port for unknown
  23. reasons.
  24.  
  25. This is probably the only tablet driver that correctly works with all known
  26. (MUI) applications and at the same time has full pressure support.
  27.  
  28. Some portions of the code have been ported from the  xf86HyperPen.c  source
  29. by Roland Jansen <roland@lut.rwth-aachen.de>.
  30.  
  31. Short list of features:
  32. - Comes both as CLI-only/WB (no GUI) and MUI version.
  33. - Works  with  Tevion MD 9310 and AipTek HyperPen 6000. Probably works with
  34.   other boards aswell (SummaGraphics compatible?).
  35. - Can be run either in 9600 or 19200 baud mode.
  36. - Supports pressure, which can be scaled to your  requirements  (e.g.  with
  37.   ArtEffect).
  38. - Supports a threshold value for the left mouse button.
  39. - Middle and right mouse button can be swapped for stylus.
  40. - Mouse and Stylus can use different active areas.
  41. - Mouse can be used in relative mode.
  42. - Automatic detection of stylus and mouse.
  43. - Tablet orientation can be changed by swapping x and y coordinates.
  44. - Lots of different resolution can be chosen (up to 3048 LPI!).
  45. - Fully compatible with MUI applications.
  46. - Even works with low level software that reads the input  events  directly
  47.   (Cinema4D, MagicMenu, etc.)
  48.  
  49. Usage
  50. ~~~~~
  51. There are two different programs for you to choose:
  52.  
  53. FormAldiHyd - tablet driver with MUI interface (interactive)
  54. Formalin    - CLI only/Workbench version (argument/ToolTypes driven)
  55.  
  56. Pressure support
  57. ~~~~~~~~~~~~~~~~
  58. Now this is a sad story. I've done everything the AutoDocs say, but neither
  59. TVPaint,  XIPaint nor Photogenics 2 seem to support the Intuition NEWTABLET
  60. messages and therefore  readout  the  pressure  value.  ArtEffect  however,
  61. supports it in various ways (try out 'Tablet: Intuos' or 'Accupoint').
  62.  
  63. Please send me an email if you use this program. Thanks to those  who  have
  64. done so already.
  65.  
  66.  
  67. Future
  68. ~~~~~~
  69. Here's a list of stuff that is planned for the next releases:
  70.  
  71. - Gamma corrected pressure instead of linear scaling?
  72. - Adding some functionality to the middle mouse button.
  73. - Adding support for the f-keys (macro keys), if possible?
  74. - Try out if old OS 2.x TABLET messages might help for other applications
  75.   pressure support.
  76.  
  77. History
  78. ~~~~~~~
  79. V1.3 (31-Dec-00): (42800/13800 Bytes)
  80.   - Released to my homepage and AmiNet.
  81.   - Added a patch to PeekQualifier/input.device. Now the last problems with
  82.     the mouse button detections should be fixed.
  83.   - Added a Firework to the special Millenium Edition. Coded in one evening
  84.     so  please  don't blame me for bugs and poor performance. Double Buffer
  85.     support is currently disabled for BestModeID() is dysfunctional  and  I
  86.     had no time to code a work around. Enjoy anyway.
  87.   - Tweaked the mouse/stylus detection. It's now a bit  better,  but  still
  88.     will not work correctly with defective boards.
  89.   - For those defective boards, I've added a  manual  setting  to  set  the
  90.     input device (mouse/stylus/automatic).
  91.   - Relative mode for mouse added. If there is demand, I will add  this  to
  92.     the stylus aswell.
  93.   - GUI layout changed again, to reflect the device specific settings.
  94.   - Slightly changed the serial setup code. Maybe it works on MFCIII now?
  95.  
  96.  
  97. V1.2 (24-Dec-00): (28860/13144 Bytes)
  98.   - Released to my homepage and AmiNet.
  99.   - Fixed the bugs with relative mouse movement (Cinema4D) and FlipX and/or
  100.     FlipY enabled (thanks to Roger Petry for giving me the hint).
  101.   - Reduced lower LMB Threshold limit from 13% to 1% on users request.
  102.   - Added a second usable area slider for mouse only,  so  you  can  change
  103.     between  mouse  and  stylus on the fly and have a suitable acceleration
  104.     for the mouse movements.
  105.   - Range for the tablet was 1 pixel off set (minor flaw).
  106.   - Iconify on startup did not work as stated in the manual (lazy me  never
  107.     tried it, sorry), so I added an option to iconify in the prefs.
  108.   - Changed the GUI layout a little bit.
  109.   - Added a FAQ to the guide.
  110.   - Painted a nice MWB icon for FormAldiHyd. Does anyone want to  design  a
  111.     NewIcon or GlowIcon?
  112.   - Added a niffy logo to FormAldiHyd (sorry :) ).
  113.   - Formalin now parses the ToolTypes and therefore  can  be  started  from
  114.     Workbench without problems now.
  115.  
  116. V1.1 (15-Dec-00): (19336/12176 Bytes)
  117.   - Released to my homepage and all 'registered' users.
  118.   - Converted readme to AmigaGuide format.
  119.   - HUGE IMPROVEMENT: This is really something  very  wicked  and  odd  and
  120.     could easily rated to be a hack: I've added an InputHandler (written in
  121.     assembly language and highly optimized, hehe) to correct the qualifiers
  122.     of  each  event  sent  out from whatever source. Now this fixes the MUI
  123.     Drag & Drop and IBrowse problems. And while I was at it, I  decided  to
  124.     initially send out the tablet events as RAWMOUSE events and switch them
  125.     back to NEWPOINTERPOS events using the InputHandler  right  before  the
  126.     intuition  library  gets them. This kludge also fixes the problems with
  127.     Cinema4D! It took hours of programming and testing to  get  this  stuff
  128.     working  and I hope you enjoy it. I guess there is no other solution to
  129.     solve all these problems in a more system conform manner.
  130.  
  131. V1.0 (15-Dec-00): (18940/11804 Bytes)
  132.   - Added 19200 baud mode and removed all other baud rates,  as  they  were
  133.     useless.
  134.   - Added LMB pressure threshold slider.
  135.   - Added pressure scaling (two sliders).
  136.   - Rewrote much of the pressure code, adding several workarounds to  weird
  137.     behaviors of the tablet when pressing buttons.
  138.   - Added detection for puck and stylus (was a heck of work,  due  to  some
  139.     very  stupid  behaviour  of the tablet). Now the swapping of the middle
  140.     and right button only affects the stylus and not the mouse.
  141.   - Usable Area in MUI version was not set at the start of the program (bug
  142.     reported by Davy Wentzler).
  143.  
  144. Contact address
  145. ~~~~~~~~~~~~~~~
  146. Any mail, comments or donations welcome:
  147.  
  148. Chris Hodges                    Account: 359 68 63
  149. Kennedystr. 8                   BLZ    : 700 530 70
  150. D-82178 Puchheim                Bank   : Sparkasse Fürstenfeldbruck
  151. Germany
  152. Tel.: +49-89/8005856            WWW: http://www.platon42.de/
  153. Email: hodges@in.tum.de         IRC: platon42 on EfNet
  154.  
  155.  
  156. ============================= Archive contents =============================
  157.  
  158. Original  Packed Ratio    Date     Time    Name
  159. -------- ------- ----- --------- --------  -------------
  160.     1636     860 47.4% 26-Nov-00 21:25:44  FormAldiHyd.info
  161.    13080    7905 39.5% 31-Dec-00 18:45:22 +Fireworks
  162.    42800   24808 42.0% 31-Dec-00 18:45:22 +FormAldiHyd
  163.    28039   10677 61.9% 31-Dec-00 18:57:40 +FormAldiHyd.guide
  164.     1400     945 32.5% 24-Dec-00 02:36:12 +FormAldiHyd.guide.info
  165.     1835    1086 40.8% 24-Dec-00 02:36:12 +FormAldiHyd.info
  166.     6937    3314 52.2% 31-Dec-00 18:53:48 +FormAldiHyd.readme
  167.    13800    8789 36.3% 31-Dec-00 18:45:40 +Formalin
  168.     2204    1316 40.2% 31-Dec-00 18:43:14 +Formalin.info
  169. -------- ------- ----- --------- --------
  170.   111731   59700 46.5% 01-Jan-101 17:09:16   9 files
  171.